home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / appman.zip / APPMAN.INI < prev    next >
INI File  |  1991-12-28  |  4KB  |  123 lines

  1. ;Lines beginning with semicolon are treated as comments by Windows.
  2. ;Use of case in this file is for style only: all key names and 
  3. ;section names are case-insensitive.
  4.  
  5. [AppMan]
  6. ;Option Control values for Installation Manager: set to 1 to turn on option.
  7. ;If keys are absent, or [AppMan] section is absent, values default to 0
  8. ;
  9. ;Automatic Install: start installation when program launched, if launched
  10. ;as window.  Program may be launched as Icon (hold down shift key when launching)
  11. ;to avoid automatic start to installation.  Install may then be started from Menu.
  12. ;
  13. AutomaticInstall=0
  14. ;
  15. ;Automatic stop: terminate program without messages when installation complete.
  16. ;If absent or 0, program will remain active when installation complete.
  17. ;At completion, program will display message "Installation complete" requiring acknowledgment.
  18. ;Install item on Menu will be disabled.  Stop program using System Menu.
  19. ;
  20. AutomaticStop=0
  21. AutomaticLoadRunSetup=0
  22.  
  23. [Groups]
  24. ;List of group key names.  Names must be one word, no blanks.
  25. ;Key names are used to find sections elsewhere in file describing
  26. ;groups.
  27. ;No restriction on name length, within reason, but total length
  28. ;of key list must be <1000 (one thousand) characters including
  29. ;one null per key to separate them in internal list.  The "=1" part
  30. ;of each entry does not get read into the internal list.
  31. ;
  32. ;Key matching in INI files is insensitive to case: do not use
  33. ;case to distinguish one key from another.
  34. ;This section must be present, and contain group keys, else
  35. ;the program will report "No profile for installation"
  36. ;Any integer value will do after the "=".
  37. TestGroup=1
  38. GroupTest=1
  39. Nulltest=1
  40.  
  41. [TestGroup]
  42. ;Description of group window and file.  Entirely optional.  If Caption
  43. ;absent, or [section] absent, caption defaults to section title, i.e. the
  44. ;group key name.  If Caption absent, File is ignored.  If File absent,
  45. ;Program Manager will make up its own file name.
  46. Caption=Test Group
  47. File=test1.grp
  48.  
  49. [GroupTest]
  50. ;Example of Caption without File
  51. Caption=Group Test
  52.  
  53. [TestGroup-apps]
  54. ;List of application keys for group.  Must be present for group window
  55. ;to be created.  Same limit on total length as group key list.
  56. ;Application keys point to sections describing applications.
  57. ;Note one application can be specified under more than one application
  58. ;key.
  59. notepad0=1
  60.  
  61. [GroupTest-apps]
  62. notepad=1
  63. write=1
  64. winfile=1
  65.  
  66. [nulltest-apps]
  67. ;Example of a group with only a list of apps: no section giving Caption etc.
  68. write=1
  69. winfile2=1
  70.  
  71. [notepad0]
  72. ;Section describing application referenced by key name.
  73. ;File=key must be present, else application will not be installed.
  74. ;If Caption absent, it defaults to value of "File=" key (Note: ProgMan
  75. ;would default it to filename less path and extension)
  76. ;Example of app without Caption
  77. File=NOTEPAD.EXE
  78.  
  79. [notepad]
  80. ;Example of app with Caption, naming exe described once already
  81. File=NOTEPAD.EXE
  82. Caption=NotePad Application
  83.  
  84. [write]
  85. File=WRITE.EXE
  86. Caption=Write Application
  87.  
  88. [winfile]
  89. ;Example of application using Icon from another file.  Note: IconIndex
  90. ;will be ignored if IconFile is absent.  If IconFile is present, and
  91. ;IconIndex is absent, IconIndex defaults to 0.
  92. File=WINFILE.EXE
  93. Caption=Windows Very Own File Manager
  94. IconFile=PROGMAN.EXE
  95. IconIndex=3
  96.  
  97. [winfile2]
  98. ;Example of application using Icon from another file, with default
  99. ;value of IconIndex.
  100. File=WINFILE.EXE
  101. Caption=Windows Very Own File Manager - Again!
  102. IconFile=PROGMAN.EXE
  103.  
  104. [WIN.INI-load]
  105. ;Application keys for putting in WIN.INI on the load=line.
  106. write=1
  107.  
  108. [WIN.INI-run]
  109. ;Application keys for putting in WIN.INI on the run=line.
  110. notepad=1
  111.  
  112. ;
  113. ;This file must be called APPMAN.INI.  It must be in the same directory as APPMAN.
  114. ;Windows gives you two choices: put an INI file in c:\WINDOWS, or have an absolute
  115. ;path on hand.  APPMAN concatenates the current working dir path with "APPMAN.INI"
  116. ;to make that path.  It should be possible to run APPMAN from floppy: make sure 
  117. ;APPMAN.INI is with it on the floppy and set the current working dir to the floppy 
  118. ;directory.
  119. ;
  120. ;The easiest way to do this is to open a File Manager window on the floppy directory and
  121. ;double-click APPMAN.EXE.
  122. ;
  123.